home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / misc / plhelp / pstart < prev    next >
Text File  |  1994-05-10  |  522b  |  17 lines

  1. pstart:
  2.  
  3. Synopsis: Create a plot-window.
  4.  
  5. Syntax: pstart ( NCOL , NROW , DEVICE )
  6.  
  7. Description:
  8.  
  9.     Create a plot-window. The newly created plot-windown becomes
  10.     the current plot-window with NCOLxNROW sub-plots. DEVICE
  11.     specifies the output device type. If DEVICE is not specified,
  12.     then the user is provided with a menu of options. All
  13.     arguments are optional. his function MUST be used before any
  14.     plotting can occur. If you do not use pstart() before
  15.     attempting to plot, then you will be prompted for the device
  16.     type. 
  17.